From d04d99e9475c9cd7c44a4353abeb5286c309301e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 9 Sep 2004 19:44:24 +0000 Subject: [PATCH] Use the short prefix "IA__" for aliases instead of the long suffix 2004-09-09 Matthias Clasen * gtk/makegtkalias.pl: * gdk/makegdkalias.pl: Use the short prefix "IA__" for aliases instead of the long suffix "__internal_alias". --- ChangeLog | 4 ++++ ChangeLog.pre-2-10 | 4 ++++ ChangeLog.pre-2-6 | 4 ++++ ChangeLog.pre-2-8 | 4 ++++ gdk-pixbuf/ChangeLog | 5 +++++ gdk-pixbuf/makegdkpixbufalias.pl | 2 +- gdk/makegdkalias.pl | 2 +- gtk/makegtkalias.pl | 2 +- 8 files changed, 24 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 388f5d7442..371d44d08d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2004-09-09 Matthias Clasen + * gtk/makegtkalias.pl: + * gdk/makegdkalias.pl: Use the short prefix "IA__" for + aliases instead of the long suffix "__internal_alias". + * tests/testfilechooser.c (main): Update sensitivity of the "Select all" button. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 388f5d7442..371d44d08d 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,9 @@ 2004-09-09 Matthias Clasen + * gtk/makegtkalias.pl: + * gdk/makegdkalias.pl: Use the short prefix "IA__" for + aliases instead of the long suffix "__internal_alias". + * tests/testfilechooser.c (main): Update sensitivity of the "Select all" button. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 388f5d7442..371d44d08d 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,9 @@ 2004-09-09 Matthias Clasen + * gtk/makegtkalias.pl: + * gdk/makegdkalias.pl: Use the short prefix "IA__" for + aliases instead of the long suffix "__internal_alias". + * tests/testfilechooser.c (main): Update sensitivity of the "Select all" button. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 388f5d7442..371d44d08d 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,9 @@ 2004-09-09 Matthias Clasen + * gtk/makegtkalias.pl: + * gdk/makegdkalias.pl: Use the short prefix "IA__" for + aliases instead of the long suffix "__internal_alias". + * tests/testfilechooser.c (main): Update sensitivity of the "Select all" button. diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index b5fa7d3181..16a1794dd9 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,8 @@ +2004-09-09 Matthias Clasen + + * makegdkpixbufalias.pl: Use the short prefix "IA__" for + aliases instead of the long suffix "__internal_alias". + 2004-09-01 Matthias Clasen * gdk-pixbuf-core.h: Align argument names with source. diff --git a/gdk-pixbuf/makegdkpixbufalias.pl b/gdk-pixbuf/makegdkpixbufalias.pl index 9bca4f7b4b..1c384bf3b8 100755 --- a/gdk-pixbuf/makegdkpixbufalias.pl +++ b/gdk-pixbuf/makegdkpixbufalias.pl @@ -76,7 +76,7 @@ while (<>) { my $str = $_; chomp($str); - my $alias = $str."__internal_alias"; + my $alias = "IA__".$str; print <) { my $str = $_; chomp($str); - my $alias = $str."__internal_alias"; + my $alias = "IA__".$str; print <) { my $str = $_; chomp($str); - my $alias = $str."__internal_alias"; + my $alias = "IA__".$str; print <